/*** Typewriter fonts ***/

@font-face {
  font-family: "apero-regular";
  src: url("./Apero-Regular.woff2") format("woff2"),
    url("./Apero-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "apero-book";
  src: url("./Apero-Book.woff2") format("woff2"),
    url("./Apero-Book.woff") format("woff");
  font-weight: medium;
  font-style: normal;
}

@font-face {
  font-family: "aglinien";
  src: url("./AGlinien-Solid.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "alternative";
  src: url("./Alternative-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "oldjean";
  src: url("./OldJean-medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "structurea";
  src: url("./StructureA-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "azaret";
  src: url("./AzeretMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: "azaret";
  src: url("./AzeretMono-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}